home *** CD-ROM | disk | FTP | other *** search
/ APDL Eductation Resources / APDL Eductation Resources.iso / earthmap / _earthmap / maps / program / makefile next >
Encoding:
Makefile  |  1989-04-01  |  418 b   |  15 lines

  1. #
  2. # This makefile assumes you have the "vplot" graphics package.
  3. # If you don't have it, you will have to change the various
  4. # "vp_* ()" routines within domap.c to whatever graphical system
  5. # you do have.
  6. #
  7. # You may have to modify the subroutines "twiddle16" and "twiddle32"
  8. # to get "domap" to work properly on your machine.
  9. #
  10.  
  11. domap:    domap.c
  12.     cd getpar; make
  13.     cc -O -o domap domap.c getpar/getparlib.a -lvplot -lm
  14.  
  15.